Types in FluentNHibernate.Mapping
Public instance methods
object Assemble(object cached, ISessionImplementor session, object owner)
void BeforeAssemble(object cached, ISessionImplementor session)
int Compare(object x, object y, Nullable<EntityMode> entityMode)
object DeepCopy(object value, EntityMode entityMode, ISessionFactoryImplementor factory)
object Disassemble(object value, ISessionImplementor session, object owner)
object FromStringValue(string xml)
object FromXMLNode(XmlNode xml, IMapping factory)
object FromXMLString(string xml, IMapping factory)
object Get(IDataReader rs, string name)
object Get(IDataReader rs, int index)
int GetColumnSpan(IMapping session)
int GetHashCode(object x, EntityMode entityMode, ISessionFactoryImplementor factory)
int GetHashCode(object x, EntityMode entityMode)
object GetInstance(object code)
IType GetSemiResolvedType(ISessionFactoryImplementor factory)
object Hydrate(IDataReader rs, String[] names, ISessionImplementor session, object owner)
bool IsDirty(object old, object current, Boolean[] checkable, ISessionImplementor session)
bool IsDirty(object old, object current, ISessionImplementor session)
bool IsEqual(object x, object y, EntityMode entityMode, ISessionFactoryImplementor factory)
bool IsEqual(object x, object y, EntityMode entityMode)
bool IsEqual(object x, object y)
bool IsModified(object old, object current, Boolean[] checkable, ISessionImplementor session)
bool IsSame(object x, object y, EntityMode entityMode)
object NullSafeGet(IDataReader rs, String[] names, ISessionImplementor session, object owner)
object NullSafeGet(IDataReader rs, string name)
object NullSafeGet(IDataReader rs, string name, ISessionImplementor session, object owner)
object NullSafeGet(IDataReader rs, String[] names)
void NullSafeSet(IDbCommand st, object value, int index, ISessionImplementor session)
void NullSafeSet(IDbCommand cmd, object value, int index)
void NullSafeSet(IDbCommand st, object value, int index, Boolean[] settable, ISessionImplementor session)
string ObjectToSQLString(object value, Dialect dialect)
object Replace(object original, object target, ISessionImplementor session, object owner, IDictionary copyCache, ForeignKeyDirection foreignKeyDirection)
object Replace(object original, object current, ISessionImplementor session, object owner, IDictionary copiedAlready)
object ResolveIdentifier(object value, ISessionImplementor session, object owner)
object SemiResolve(object value, ISessionImplementor session, object owner)
void Set(IDbCommand cmd, object value, int index)
void SetToXMLNode(XmlNode xml, object value, ISessionFactoryImplementor factory)
SqlType[] SqlTypes(IMapping mapping)
object StringToObject(string xml)
Boolean[] ToColumnNullness(object value, IMapping mapping)
string ToLoggableString(object value, ISessionFactoryImplementor factory)
string ToString(object value)
string ToXMLString(object value, ISessionFactoryImplementor pc)
Public properties
bool IsAssociationType get;
bool IsCollectionType get;
bool IsComponentType get;